You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TVecInt Class > TVecInt Methods > ValuesToStrings Method > TVecInt.ValuesToStrings Method ([In] TStrings, int, int, int, [In] TFixedTextAlign, [In] bool)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TVecInt.ValuesToStrings Method ([In] TStrings, int, int, int, [In] TFixedTextAlign, [In] bool)

Convert elements from Index to Index+Len-1 of the calling vector to strings.

Syntax
C#
Visual Basic
public void ValuesToStrings([In] TStrings aList, int ListIndex, int Index, int Len, [In] TFixedTextAlign Align, [In] bool Headers);

Store values in aList starting at ListIndex. If aList is not large enough, the method will use the add method of aList object. Set Equidistant to True, if you are using fixed width font and need to have the text right aligned.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!